SciChart.Charting3D Assembly > SciChart.Charting3D.Primitives Namespace > ILinesMesh Interface > SetData Method : SetData(UInt32,Double[],Double[],Double[],UInt32,Int32,Boolean) Method
The entity identifier.
The x coordinates in world space.
The y coordinates in world space.
The z coordinates in world space.
The constant line color as ARGB.
The point count.
if set to true, then one or more vertex has semi-transparent colours. This determines whether alpha blending is used.
SetData(UInt32,Double[],Double[],Double[],UInt32,Int32,Boolean) Method
Sets the data on the Lines Mesh, which causes the mesh to calculate SciChart.Charting3D.Interop.sIMLineVertex line vertices.
Syntax

Parameters

entityId
The entity identifier.
xCoordinates
The x coordinates in world space.
yCoordinates
The y coordinates in world space.
zCoordinates
The z coordinates in world space.
color
The constant line color as ARGB.
pointCount
The point count.
hasTransparentColors
if set to true, then one or more vertex has semi-transparent colours. This determines whether alpha blending is used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also